/*通用*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里巴巴普惠体 2.0 105 Heavy";font-weight: 900;src: url("//at.alicdn.com/wf/webfont/FA4KeLvoVf4U/p2wnPI3LIF2e.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/FA4KeLvoVf4U/yMED7TDkAsCd.woff") format("woff");
  font-display: swap;
}
*{margin:0; padding:0;}
*, ::after, ::before {-webkit-box-sizing:border-box;box-sizing:border-box;}
html{}
body{margin:0;color:#222; position: relative;font-family:Open Sans,PingFang SC,Microsoft YaHei,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Arial,"sans-serif"; font-size: 12px;word-break: break-word;background-color: #fff}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none; font-weight: normal;line-height: 1.5}
a{text-decoration:none;text-shadow:none;font-weight:normal;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
ul{list-style:none;}
textarea,input,button,select{outline:none;-webkit-appearance:none; font-family:Arial, Helvetica, sans-serif;}
a{color:#2d2d2d;text-decoration:none;line-height: 1.5}
img{border:none; display: block;max-width: 100%;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}
i{font-style: normal;}
button{border:none;background-color: transparent;cursor: pointer;}
input{background-color: transparent;border:none;}
img.OF-cover {font-family: 'object-fit: cover';}
.flex{display:-webkit-box;display: -ms-flexbox;display:flex;flex-wrap:wrap;align-items:flex-start;}
.flexC{display:-webkit-box;display: -ms-flexbox;display:flex;align-items:center; flex-wrap:wrap;}
.fl-bet{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;}
.fl-cen{-webkit-box-pack: center;-ms-flex-pack: center;justify-content:center;}
.fl-end{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:flex-end;}
.flex-dir {flex-direction: row-reverse;}
.overF{overflow: hidden;}
.marL{margin-left: auto}
.text-center{text-align: center;}
.text-right{text-align: right;}
.br4{border-radius: 4px;}
.br6{border-radius: 6px;}
.br8{border-radius: 8px;}
.br10{border-radius: 10px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-70{margin-top: 70px;}
.mt-60{margin-top: 60px;}
.mt-90{margin-top: 90px;}
.pt-30{padding-top: 30px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pb-30{padding-bottom: 30px;}
.pb-80{padding-bottom: 80px;}
.div-space{padding:50px 0;}
.position-relative{position: relative;}
.ward{width: 88%;margin:0 auto;max-width: 1690px;}
.inner-ward{width:1340px; margin:0 auto}
.rotate90{transform: rotate(90deg);-webkit-transform: rotate(90deg);transition: all var(--transition)}
.triangle{width: 0;height: 0;border-top: 8px solid var(--whiteColor);border-right: 6px solid transparent;border-left: 6px solid transparent;transition: all var(--transition);}

/*修改input默认颜色文字*/
input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: #aaa;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    color: #aaa;  
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    color: #aaa;  
}

/*修改默认滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}

/*header*/
.header{
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 2023;
    transition: all .4s;
}
.header-change .header{
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1)
}
.logo{

}
.logo a{
    display: block;
}
.nav{

}
.nav-li{

}
.nav-li:last-child{

}
.navA{
    color: #0e1e3b;
    transition: all .4s;
}
.nav-li.active .navA, .navA:hover{

}
.other-wrap{
    margin-left: auto;
}
.otherA{
    color: #1f49f3;
}
.otherA:hover{
  
}
.login-wrap{
  
}
.loginBtn{
    color: #fff;
    background-color: #3a7bee;
}
.side-lang{
    display: none;
}
/*wap-menu*/
.nav-button-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 3000;
    transition: all .3s ease 2ms;
}

.nav-button {
    position: relative;
    display: block;
    transition: all .7s cubic-bezier(.75,.1,.25,1);
}

.nav-button .menu-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translate(50%,-50%);
    pointer-events: none;
}

.nav-button .menu-btn span:before {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ec6b00;
    content: '';
    transition: transform .3s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn span, .nav-button .menu-btn:after, .nav-button .menu-btn:before {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ec6b00;
    transition: background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn span {
    top: 50%;
    background-color: #ec6b00;
    transition: transform .3s ease-out;
}
.nav-button .menu-btn:after, .nav-button .menu-btn:before {
    content: '';
    transition: .3s width .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
}
.nav-button .menu-btn:before {
    right: 0;
    bottom: 0;
}
.nav-button .menu-btn:after {
    top: 0;
    left: 0;
}
.nav-button.active {
  background-color: transparent;
}
.nav-button.active {
    border-color: #ec6b00;
    color: #ec6b00;
}
.nav-button .menu-btn.open span {
    transition: .3s transform .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
    transform: rotate(45deg);
    width: 99.9%;
}

.nav-button .menu-btn.open:before {
    right: 0;
    width: 0;
    transition: all .2s ease;
}

.nav-button .menu-btn.open:after {
    left: 0;
    width: 0;
    transition: all .2s ease;
}
.nav-button .menu-btn.open span:before {
    background-color: #ec6b00;
    transition: .3s transform .4s ease-out,background-color .7s cubic-bezier(.75,.1,.25,1);
    transform: rotate(-90deg);
}
.side-nav{
    border-top: none;
    transition: all .7s cubic-bezier(.88,-.26,.13,1.23);
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(34,34,34,.9);
    z-index: 2000;
    height: 100vh;
}
.side-nav .inner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translate(0,-50%);
    margin: 0 auto;
}
.side-nav ul {

}
.side-nav ul li {
    position: relative;
}
.side-menu{
    color: #fff;
    display: block;
    text-align: center;
}
.side-menu.on{
    color: #3a7bee;
}
.side-nav.active{
    right: 0;
}
.side-lang{
    
}
.side-lang-a{
    color: #fff;
}

/*第一屏*/
.wap-mainTextC{
    display: none;
}
.mainBan{
    background-image: url(../images/mainBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainBan .ward{
    position: relative;
    text-align: center;
}
.mainTit{
    display: inline-block;
}
.mainSubTit{
    color: #0e1e3b;
}
.mianBanA{
    display: inline-block;
    color: #fff;
    position: relative;
    background-image: linear-gradient(to right, #20cfe1, #3a7cee);
}
.mianBanA img{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.mainTextC{
    position: relative;
}
.mainPic{
  
}
.mainText{
    position: absolute;
}
.mainText h3{
    font-weight: 600;
}
.mainText p{

}
.mainText1{
    text-align: left;
}
.mainText2{
    text-align: right;
}
.btn{
    transition: all .4s;
}
.btn:hover{
   
}

/*易舟云会计—智能云财务助力会计转型*/
.IndSection2{

}
.IndSection2 .ward{
    background-image: linear-gradient(to right, #20cfe1, #3a7cee);
    overflow: hidden;
}
.tit{
    color: #fff;
    text-align: center;
}
.tit h2{
 
}
.tit p{

}
.IndSection2List{
  
}
.IndSection2Item{
 
}
.IndSection2ItemPic{
  
}
.IndSection2ItemText{
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    color: #fff;
}
.IndSection2ItemText h3{
    font-weight: 600;
}
.IndSection2ItemText p{
  
}

/*云存储 告别数据丢失*/
.IndSection3{
    position: relative;
}
.IndSection3Zs{
    position: absolute;
    z-index: -1;
}
.IndSection3 .tit h2{
    color: #0e1e3b;
    font-weight: 600;
}

.IndSection3 .cont {
    padding: 20px 0px;
}

    .IndSection3 .cont p {
        font-size: 20px;
        text-indent: 40px;
        line-height: 36px;
    }

.IndSection3Con{
   
}
.IndSection3ConPic{
    position: relative;
}
.IndSection3ConPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndSection3ConPic span{
    position: absolute;
    border-radius: 50%;
    color: #3a7bee;
    text-align: center;
}
.IndSection3ConPic .circle1{

}
.IndSection3ConPic .circle2{

}
.IndSection3ConPic .circle3{

}
.IndSection3ConList{

}
.IndSection3ConItem{

}
.IndSection3ConItem img{

}
.IndSection3ConItem h3{
    color: #030666;
    font-weight: 600;
}
.IndSection3ConItem p{
    color: #7b8e9f;
    line-height: 2;
}
/*全行业适用，可在税务局备案*/
.IndSection4{
    position: relative;
}
.IndSection4:before{
    position: absolute;
    content: '';
    border-radius: 50%;
    background-image: radial-gradient(circle,#fff 10%, rgba(255,255,255,0), rgba(255,255,255,0));
    z-index: -1;
}
.IndSection4 .tit{
    color: #0e1e3b;
}
.IndSection4 .tit h2{
    font-weight: 600;
}
.IndSection4List{
    
}
.IndSection4Item{
    position: relative;
    overflow: hidden;
}
.IndSection4Item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndSection4Item .textB{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
.IndSection4Item .textB h3{
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.IndSection4Item .textB p{
    color: rgba(255,255,255,.12);
    position: absolute;
    z-index: 1;
    font-style: italic;
}
/*7x24小时,全年无休服务*/
.IndSection5{
   
}
.IndSection5 .ward{
    background-image: url(../images/IndSection5Bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.IndSection5 .tit h2 span{
 
}
.fastRegA{
    background-color: #3b72ff;
    color: #fff;
    display: inline-block; 
}
.IndSection5Zs{
    position: absolute;
}

/*footer*/
.footer{
    background-color: #fff;
}
.ft-ewm{
  
}
.ft-ewm img{
   
}
.ft-ewm .text{
    text-align: center;
}
.ft-ewm .text p{

}
.ft-info{

}

.ft-logo{
 
}
.ft-logo a{
    display: block;
}
.ft-adress{
 
}
.ft-copy{

}
.ft-icon{

}
.ft-lis{

}
.ft-lis .item{

}
.ft-lis .item p{
    color: #7d7d7d;
}
.ft-lis .item p a{
    color: inherit;
}
.ft-lis .item p a:hover{

}
.ft-nav{

}
.ftNavDl{

}
.ftNavDl dd{
    
}
.ftNavDl dd i{

}
.ftNavDl dd:last-child i{
    display: none;
}
.ftNavA{
    transition: all .4s;
}
.ftNavA:hover{
  
}
.ft-links{
    color: #3e3e3e;
}
.linksTit{
    
}
.linksUl{
  
}
.linksUl li{
    
}
.linksUl li a{
    display: block;
    line-height: 2;
    transition: all .4s;
}
.linksUl li a:hover{
  
}












@keyframes toSmall {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes lang1{
    0% {
        background: url(../images/t10.png) no-repeat right 55px;
    }
    50% {
        background: url(../images/t10.png) no-repeat left 55px;
    }
    100% {
        background: url(../images/t10.png) no-repeat right 55px;
    }
}
@keyframes lang2{
    0% {
    background: url(../images/t12.png) no-repeat left 0;
    }
    50% {
        background: url(../images/t12.png) no-repeat right 0;
    }
    100% {
        background: url(../images/t12.png) no-repeat left 0;
    }
}
@keyframes lang3{
    0% {
    background: url(../images/t11.png) no-repeat right 0;
    }
    50% {
        background: url(../images/t11.png) no-repeat left 0;
    }
    100% {
        background: url(../images/t11.png) no-repeat right 0;
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(-16px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-16px);
    }
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes i1cw2 {
0% { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0); }
50% {-webkit-transform: translate3d(8px, -5px, -10px);transform: translate3d(8px, -5px, -10px); }
75% {-webkit-transform: translate3d(-2px, -10px, 0);transform: translate3d(-2px, -10px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@keyframes i1cw2 {
0% { -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0); }
50% {-webkit-transform: translate3d(8px, -5px, -10px);transform: translate3d(8px, -5px, -10px); }
75% {-webkit-transform: translate3d(-2px, -10px, 0);transform: translate3d(-2px, -10px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes i1cw3 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0); }
50% {-webkit-transform: translate3d(-5px, 10px, 0);transform: translate3d(-5px, 10px, 0); }
75% {-webkit-transform: translate3d(8px, 5px, 0);transform: translate3d(8px, 5px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);} 
}
@keyframes i1cw3 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0); }
50% {-webkit-transform: translate3d(-5px, 10px, 0);transform: translate3d(-5px, 10px, 0); }
75% {-webkit-transform: translate3d(8px, 5px, 0);transform: translate3d(8px, 5px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@-webkit-keyframes i1cw4 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(2px, 0, 0);transform: translate3d(2px, 0, 0); }
50% {-webkit-transform: translate3d(-15px, 5px, 0);transform: translate3d(-15px, 5px, 0); }
75% {-webkit-transform: translate3d(10px, 2px, 0);transform: translate3d(10px, 2px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}
@keyframes i1cw4 {
0% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
25% {-webkit-transform: translate3d(6px, 0, 0);transform: translate3d(6px, 0, 0); }
50% {-webkit-transform: translate3d(-15px, 5px, 0);transform: translate3d(-15px, 5px, 0); }
75% {-webkit-transform: translate3d(10px, 2px, 0);transform: translate3d(10px, 2px, 0); }
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); } 
}

.enlarge img{transition:all 0.3s;}
.enlarge:hover img{-ms-transform:scale(.95);-moz-transform:scale(.95);-webkit-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95);}
.enlarge1 img{transition:all 0.3s;}
.enlarge1:hover img{-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.Mover{transition:0.5s;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.Mover:hover{transition:0.5s;ransform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.IndChangeTabRight {-webkit-animation-name: changeTabRight__1s_Xw;animation-name: changeTabRight__1s_Xw;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;}

@-webkit-keyframes changeTabRight__1s_Xw
{
    0%{opacity:0;visibility: hidden;}
    to{opacity:1;visibility: visible;}
}
@keyframes changeTabRight__1s_Xw
{
    0%{opacity:0;visibility: hidden;}
    to{opacity:1;visibility: visible;}
}

/*出的各分辨率媒体查询换算：*/
html {font-size: 625%;}

@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/

